]> dgit.raspbian.org Git - llvm-toolchain-19.git/commitdiff
scan-build-py-fix-default-bin
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 14 Jun 2026 08:12:01 +0000 (10:12 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 14 Jun 2026 08:12:01 +0000 (10:12 +0200)
===================================================================

Gbp-Pq: Name scan-build-py-fix-default-bin.diff

clang/tools/scan-build-py/lib/libscanbuild/arguments.py

index e9794e795977889b8356cf371a3e987cc8fe2e54..d6a2fdad54a50a70b2dd0fa0badeeee24a57afe1 100644 (file)
@@ -293,7 +293,7 @@ def create_analyze_parser(from_build_command):
         "--use-analyzer",
         metavar="<path>",
         dest="clang",
-        default="clang",
+        default="clang-19",
         help="""'%(prog)s' uses the 'clang' executable relative to itself for
         static analysis. One can override this behavior with this option by
         using the 'clang' packaged with Xcode (on OS X) or from the PATH.""",